object Form6: TForm6 Left = 212 Top = 47 BorderStyle = bsToolWindow Caption = 'Change Order' ClientHeight = 377 ClientWidth = 364 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object ListBox1: TListBox Left = 0 Top = 0 Width = 321 Height = 345 Font.Charset = GREEK_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Courier New' Font.Style = [] ItemHeight = 15 ParentFont = False TabOrder = 0 end object upbutton: TBitBtn Left = 328 Top = 0 Width = 33 Height = 169 Caption = 'UP' TabOrder = 1 OnClick = upbuttonClick end object dnbutton: TBitBtn Left = 328 Top = 176 Width = 33 Height = 169 Caption = 'DN' TabOrder = 2 OnClick = dnbuttonClick end object BitBtn3: TBitBtn Left = 0 Top = 352 Width = 177 Height = 25 Caption = 'Save' TabOrder = 3 OnClick = BitBtn3Click end object BitBtn4: TBitBtn Left = 184 Top = 352 Width = 179 Height = 25 Caption = 'Abort' TabOrder = 4 OnClick = BitBtn4Click end end